_CMP_FAILURE_INJECTION_POINT
//0x4 bytes (sizeof)
enum _CMP_FAILURE_INJECTION_POINT
{
CmpFailurePointPoolAllocation = 0,
CmpFailurePointViewMapping = 1,
CmpFailurePointViewPinning = 2,
CmpFailurePointResourceCharging = 3,
CmpFailurePointFileWrite = 4,
CmpFailurePointFileRead = 5,
CmpFailurePointCacheFlush = 6,
CmpFailurePointFlush = 7,
CmpFailurePointFlushAndPurge = 8,
CmpFailurePointForceLargeBin = 9,
CmpFailurePointDontFixAlignment = 10,
CmpFailurePointAllocateCell = 11,
CmpFailurePointMarkDirty = 12,
CmpFailurePointAllocateKcb = 13,
CmpFailureInjectionPointCount = 14
};